47. Quiz: OR
Questions using the OR operator
Find list of orders ids where either
gloss_qtyorposter_qtyis greater than 4000. Only include theidfield in the resulting table.Write a query that returns a list of orders where the
standard_qtyis zero and either thegloss_qtyorposter_qtyis over 1000.Find all the company names that start with a 'C' or 'W', and the primary contact contains 'ana' or 'Ana', but it doesn't contain 'eana'.
Code
If you need a code on the https://github.com/udacity.